ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TileTagHelper<TControl> Class / MaxResizeWidth Property

In This Topic
    MaxResizeWidth Property (TileTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Tile.MaxResizeWidth. Sets the default maximum width of the tile when resize.
    Syntax
    'Declaration
     
    Public Overridable Property MaxResizeWidth As Integer
    public virtual int MaxResizeWidth {get; set;}
    See Also